home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / misc / evaluate.lha / evaluate.readme < prev    next >
Encoding:
Text File  |  2000-03-19  |  682 b   |  20 lines

  1. Short: code to evaluate algebraic strings
  2. Author: Kyzer/CSG <kyzer@4u.net>
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type: dev/misc
  5.  
  6. evaluate.c is a piece of documented example code showing an interesting and
  7. quick algorithim for evaluating algebraic strings, such as "2 + 4" and
  8. "a=5; b=10; c=b-a; b*c". It is released under the GNU General Public
  9. License version 2 or later.
  10.  
  11. Documentation is in HTML.
  12.  
  13. Changes in this version
  14. - the variable table can been taken outside of the front-end
  15. - code is now library/thread safe (assuming stdlib is lib/thread safe)
  16. - memory allocator is now 64-bit clean
  17. - string extent test based on scantable
  18.  
  19. Feedback and bug reports are of course welcome!
  20.